projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22d5cb5
)
Minor doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 30 Mar 1997 05:28:43 +0000
(
05:28
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 30 Mar 1997 05:28:43 +0000
(
05:28
+0000)
lisp/progmodes/dcl-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/dcl-mode.el
b/lisp/progmodes/dcl-mode.el
index c3d24bd8f88c2e2aae67dc3848ee5d57b437ed2c..2ac2cdea8b8304df295e9ab2057fe9e6e585b67d 100644
(file)
--- a/
lisp/progmodes/dcl-mode.el
+++ b/
lisp/progmodes/dcl-mode.el
@@
-1520,7
+1520,7
@@
Also remove the continuation mark if easily detected."
(defun dcl-option-value-offset (option-assoc)
"Guess a value for an offset.
Find the column of the first non-blank character on the line.
-Returns
a number as a string
."
+Returns
the column offset
."
(save-excursion
(beginning-of-line)
(re-search-forward "^$[ \t]*" nil t)